-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Updated msgraph-core and kiota libraries #48589
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Tests are failing |
Yes I know I'm going to try finish this one today |
|
Almost there I think, just some weird failure with static checks |
|
There are additional files in the PR due to permission changes. These files were previously marked as executables but no longer are. |
Weird how did those files get in there, hmm I see it's from rebase |
refactor: Replace ResponseType with str refactor: Reorganized imports TestKiotaRequestAdapterHook refactor: Updated dependencies in README refactor: Moved some imports to type checking block refactor: Changed cast statements in assert_tenant_id method refactor: Added cast for credentials in asert_tenant_id refactor: Replaced QueryParameters type with Any refactor: Fixed casting in assert_tenant_id method refactor: Ignore type errors for error_mapping refactor: Assigned casted response to new resp variable refactor: Refactored casting statements in assert_tenant_id method refactor: Refactored cast of Response in get_value method refactor: Updated dependencies in get_provider_info refactor: Deleted provider_dependencies.json refactor: cast types in assert_tenant_id method refactor: Recast response to httpx Response refactor: Introduced send_request method in KiotaRequestAdapterHook refactor: Changed return type of error_mapping method refactor: check data type in request_information method refactor: cast NativeResponseType to httpx.Response before passing it to get_value method refactor: error_map cannot be None by default as this would not correspond with abstract method signature of ResponseHandler refactor: Reformatted TestKiotaRequestAdapterHook refactor: response parameter can be NativeResponseType as httpx Response in get_value refactor: Fixed type casting in assert_tenant_id
45ca792 to
b38a677
Compare
# Conflicts: # providers/microsoft/azure/README.rst # providers/microsoft/azure/pyproject.toml # providers/microsoft/azure/src/airflow/providers/microsoft/azure/get_provider_info.py
* refactor: Updated msgraph-core and kiota library versions to at least version 1.8.0 * refactor: await send_request refactor: Replace ResponseType with str refactor: Reorganized imports TestKiotaRequestAdapterHook refactor: Updated dependencies in README refactor: Moved some imports to type checking block refactor: Changed cast statements in assert_tenant_id method refactor: Added cast for credentials in asert_tenant_id refactor: Replaced QueryParameters type with Any refactor: Fixed casting in assert_tenant_id method refactor: Ignore type errors for error_mapping refactor: Assigned casted response to new resp variable refactor: Refactored casting statements in assert_tenant_id method refactor: Refactored cast of Response in get_value method refactor: Updated dependencies in get_provider_info refactor: Deleted provider_dependencies.json refactor: cast types in assert_tenant_id method refactor: Recast response to httpx Response refactor: Introduced send_request method in KiotaRequestAdapterHook refactor: Changed return type of error_mapping method refactor: check data type in request_information method refactor: cast NativeResponseType to httpx.Response before passing it to get_value method refactor: error_map cannot be None by default as this would not correspond with abstract method signature of ResponseHandler refactor: Reformatted TestKiotaRequestAdapterHook refactor: response parameter can be NativeResponseType as httpx Response in get_value refactor: Fixed type casting in assert_tenant_id --------- Co-authored-by: David Blain <david.blain@infrabel.be>
|
Nice one @dabla ;) |
* refactor: Updated msgraph-core and kiota library versions to at least version 1.8.0 * refactor: await send_request refactor: Replace ResponseType with str refactor: Reorganized imports TestKiotaRequestAdapterHook refactor: Updated dependencies in README refactor: Moved some imports to type checking block refactor: Changed cast statements in assert_tenant_id method refactor: Added cast for credentials in asert_tenant_id refactor: Replaced QueryParameters type with Any refactor: Fixed casting in assert_tenant_id method refactor: Ignore type errors for error_mapping refactor: Assigned casted response to new resp variable refactor: Refactored casting statements in assert_tenant_id method refactor: Refactored cast of Response in get_value method refactor: Updated dependencies in get_provider_info refactor: Deleted provider_dependencies.json refactor: cast types in assert_tenant_id method refactor: Recast response to httpx Response refactor: Introduced send_request method in KiotaRequestAdapterHook refactor: Changed return type of error_mapping method refactor: check data type in request_information method refactor: cast NativeResponseType to httpx.Response before passing it to get_value method refactor: error_map cannot be None by default as this would not correspond with abstract method signature of ResponseHandler refactor: Reformatted TestKiotaRequestAdapterHook refactor: response parameter can be NativeResponseType as httpx Response in get_value refactor: Fixed type casting in assert_tenant_id --------- Co-authored-by: David Blain <david.blain@infrabel.be>
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named
{pr_number}.significant.rstor{issue_number}.significant.rst, in airflow-core/newsfragments.